﻿
*, html, body {
    margin: 0;
    padding: 0;
    /*    font-family: 'Microsoft YaHei Light UI', 'Microsoft YaHei Light', 'Microsoft YaHei', sans-serif;*/
    list-style: none;
    text-decoration: none;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #333333 !important;
    background-color: #fff !important;
}
input,textarea {
    -webkit-appearance: none;
    border-radius: 0px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
 
/*::-webkit-scrollbar {
    width: 10px;
    background-color: #e1e5ea;
}

::-webkit-scrollbar-thumb {
    background-color: #e1e5ea;
    border-radius: 10px;
    border: 2px solid #e1e5ea;
}*/
/**自定义滚动条样式 */
::-webkit-scrollbar {
    width: 3px;
    height: 6px
}

::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb {
    background-color: #9c9da0;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
}
.this-legend {
    font-size: 15px;
    display: inline-block
}
._a_ {
    color: red !important;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../../fonts/glyphicons-halflings-regular.eot');
    src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.qs-navbar {
    height: 70px;
}

/*.qs-logo, .qs-logo-title {
    display: inline-block !important;
}*/

.qs-logo {
    vertical-align: middle
}

/*.qs-logo-title {
    width: 60%;
}*/

/*.qs-title {
    font-weight: 600;
    color: white;
}*/

.qs-title-en {
    font-size: 1%;
}

.qs-container {
    padding: 0px !important;
}

.qs-phone {
    float: right;
    line-height: 116px;
    color: orange;
    opacity: 0.8;
    background: url(/Images/zj.png) no-repeat;
    background-size: 25px;
    background-position: left;
    padding-left: 35px;
    /*  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif*/
}
/*导航*/
.navbar-nav > li > a {
    line-height: 61px !important;
    padding: 26px;
    font-size: 15px;
    font-weight: bold;
    /*    padding-left: 40px !important;
    padding-right: 40px !important;*/
}

.navbar-brand {
    height: auto !important;
    padding-top: 23px;
    padding-bottom: 16px;
}
/* 回到顶部 */
.dm-fixed-box {
    position: fixed;
    bottom: 95px;
    right: 15px;
    z-index: 5000;
}

.back-to-top {
    width: 50px;
    height: 50px;
    display: none;
    background: url('../../Images/return_Top.png') no-repeat 0 -60px;
    cursor: pointer;
    border-radius: 100%;
}

    .back-to-top:hover {
        background-position: 0 0;
    }
.qswx {
/*    line-height: 30px;*/
     color: red;
    /* padding: 0 20px; */
    /* text-decoration: none; */
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: 38px;
    /* border: 1px solid; */
    /*right: 14%;*/
}
    /*.navbar-collapse.collapse {*/
    /* height: 115px !important;*/
    /*}*/
    .navbar-inverse {
        background-color: rgba(55,63,72,1) !important;
        border-bottom: 0px solid #9e9e9e85 !important;
    }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #3068c3 !important;
        background-color: transparent;
        border-bottom: 3px solid #3068c3;
    }

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: #3068c3 !important;
        background-color: transparent;
        border-bottom: 3px solid #3068c3;
    }

.navbar-nav {
    /* height:115px;*/
    margin-left: 70px;
}

.foot-wrap {
    background-color: rgba(55,63,72,1);
    /*margin-top: 80px;*/
    padding-bottom: 10px;
}



.row-content {
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
}

    .row-content li {
        list-style: none;
        display: inline-block;
    }

        .row-content li a {
            color: white;
            text-decoration: none;
            font-size: 15px;
        }

    .row-content a:hover, a:focus {
        color: red;
        text-decoration: none;
    }

.navbar {
    border: 0px solid transparent;
    margin-bottom: 0px !important;
    border-radius: 0px;
}

.node-tree:not(.node-disabled):hover {
    background-color: #428bca !important;
    color: white !important;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 0px;
}

.qs-footer-title {
    line-height: 35px;
    color: white;
}

.qs-footer-code {
    color: white;
}

.qs-footer-font-link {
    background: url(../../Images/fot_link_bg.png) no-repeat left 0px;
    padding: 4px 0px;
    padding-left: 90px;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0.075);
    margin-bottom: 15px;
    /*    margin-top: 15px;*/
}

    .qs-footer-font-link ul li {
        display: inline-block;
        margin: 0 15px;
    }

        .qs-footer-font-link ul li a {
            color: rgba(16,60,134,1);
        }

    .qs-footer-font-link a:hover, .qs-footer-font-link a:focus {
        color: rgba(218,37,28,1);
        text-decoration: none;
    }

.foot-container-left {
    border-right: 1px solid rgba(119,119,119,0.29);
    text-align: center;
}


/* 左侧浮动 */
.floatmenu {
    position: fixed;
    bottom: 95px;
    right: 15px;
    z-index: 5000;
}

    .floatmenu .item {
        height: 42px;
        width: 42px;
        margin-bottom: 5px;
        position: relative;
    }

    .floatmenu .blk {
        display: block;
        height: 100%;
        width: 100%;
        border-radius: 3px;
        background: url(/Images/return.png) no-repeat;
        cursor: pointer;
    }

    .floatmenu .ask .blk {
        background-position: -42px 0;
    }

        .floatmenu .ask .blk:hover {
            background-position: -42px -42px;
        }

    .floatmenu .backtop .blk:hover {
        background-position: -126px -42px;
    }

    .floatmenu .backtop .blk {
        background-position: -126px 0;
    }

.active-link > a {
    color: #ffffff !important;
}

.active-link-select {
    color: #337ab7 !important;
}

/*.layui-carousel:hover .layui-carousel-arrow[lay-type=sub] {
    left: 150px !important;
}

.layui-carousel-arrow[lay-type=sub] {
    left: 150px !important;
}

.layui-carousel-arrow[lay-type=add] {
    right: 150px !important;
}

.layui-carousel:hover .layui-carousel-arrow[lay-type=add] {
    right: 150px !important;
}*/

.qs-a-alink {
    transition: 0.5s;
    display: inline-block;
    color: #103c86;
}

    .qs-a-alink:hover {
        color: red;
        text-decoration: none;
    }

.qs-footer-code div {
    display: inline-block;
    width: 104px;
    margin: 0 17px
}

#contentBody img {
    width: auto !important
}

#contentBody p img {
    width: auto !important
}

#contact {
   /* padding-left: 50px;*/
   font-size:13px;
}

@media screen and (max-width: 768px) {
    .layui-carousel-arrow {
        opacity: 1 !important;
    }
    .navbar-inverse {
        background-color: #222;
        border-color: #080808;
    }
    /*当屏幕尺寸小于800px时，应用下面的CSS样式*/
    .qs-phone {
        display: none;
    }

    .qs-logo {
        /*   width: 33px;*/
        margin-left: 15px;
    }

    .navbar-nav {
        margin: 7.5px -15px !important;
    }

    .navbar-brand {
        float: none;
    }

    .navbar-toggle {
        height: 42px;
    }

    .navbar-toggle {
        margin-top: 35px !important;
        margin-right: 35px;
    }
    /*导航*/
    .navbar-nav > li > a {
        line-height: 20px !important;
        padding: 10px 15px !important;
    }

    .navbar-collapse.collapse {
        height: auto !important;
    }

    /*  .qs-logo-title {
        width: 50%;
    }*/

    .nav > li {
        padding-left: 20px;
    }

    .qs-page {
        padding-left: 0px !important;
    }

    .navbar-inverse {
        background-color: white;
        border-color: #9e9e9e85;
    }

        .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
            border-color: white;
        }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: white;
        }

        .navbar-inverse .navbar-toggle {
            border-color: #9e9e9e85;
        }

            .navbar-inverse .navbar-toggle .icon-bar {
                background-color: #888;
            }

    legend {
        width: 100%;
        font-size: 12px;
    }
    .this-legend{
        font-size:12px
    }
    .qs-product {
        width: 100%;
    }

    .qs-ms-line {
        display: none;
    }

    .floatmenu {
        right: 5px;
    }

    .qs-logo {
        width: auto;
    }

    .layui-carousel {
        height: 150px !important;
    }

    .left-contact {
        display: none
    }

    .right-data {
        margin-top: 30px;
        padding: 0px !important;
    }

    #firstPage, #lastPage, .totalNum, .totalList {
        display: none;
    }

    .foot-container {
        margin-top: 0px !important;
        padding: 0px;
    }

        .foot-container .col-lg-12 {
            padding: 0px;
        }

    .foot-container-left {
        display: none
    }

    #contact {
        padding-left: 15px;
        font-size: 12px;
    }

    .right-data-list {
        padding: 0px;
    }

    #contentBody p img {
        width: 100% !important;
    }

    #contentBody img {
        width: 100% !important;
    }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        font-size: 12px;
    }
    .qswx {
        line-height: 40px;
        color: red;
        padding: 0 20px;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        position: relative;
        top: -8px;
        right: 0;
    }

}
